Search
PageIconRenderer Constructor (RenderCallback(PagedContainerNode))
See Also
 





Initializes a new instance of the PageIconRenderer class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public PageIconRenderer (
    RenderCallback<PagedContainerNode> renderCallback
)

Visual Basic  Copy Code

Public New ( _
    renderCallback As RenderCallback(Of PagedContainerNode) _
)

 Parameters

renderCallback

A callback function that draws the scroll arrows using DrawingContext code.

 See Also